Week 3

Weekly Digest 2

Project report 1

Review: matplotlib subplots

Sidenote: ipywidgets and interact

Types of machine learning:

Clustering

k-Means

Note. With this algorithm we need to specify how many clusters we want to obtain.

From the course website:

Bad results with moon-shaped clusters:

K-means with sklearn

k-NN with sklearn

Clustering colors

Count the number of distinct of colors in the image:

Exercise 1

Clustering colors in an image